home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / tbd.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.8 KB  |  85 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : TBD_PACKAGE
  3. -- VERSION           : 1.1
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : 
  6. -- AUTHOR            : Bryce Bardin
  7. --                   : Ada Projects Section
  8. --                   : Software Engineering Division
  9. --                   : Ground Systems Group
  10. --                   : Hughes Aircraft Company
  11. --                   : Fullerton, CA
  12. -- COPYRIGHT         : (c) 1985
  13. -- DATE CREATED      : 
  14. -- DATE RELEASED     : 3 Dec 85
  15. -- DATE LAST UPDATED : 3 Dec 85
  16. -- LOCATION          : C2MUG
  17. -- LOCATION          : ASR
  18. -- ENVIRONMENT       : Vax 11/785   VMS 4.1    Dec-Ada
  19. --= CLASSIFICATION       ===============================================--
  20. -- CATEGORY LEVEL 1  : COMPONENTS
  21. -- CATEGORY LEVEL 2  : TBD
  22. -- CATEGORY LEVEL 3  : 
  23. -- CATEGORY LEVEL 4  : 
  24. -- KEYWORD           : TBD_Package         
  25. -- KEYWORD           : -*
  26. -- INDEX             : To-Be-Determined
  27. -- INDEX             : TBD
  28. -- TAXONOMY          : 
  29. -- DEPENDENCIES      : 
  30. -- SEE ALSO          : 
  31. --= FILE LISTING         ===============================================--
  32. -- FILE SPECS        : PD:<ADA.COMPONENTS>TBD.*
  33. -- DIRECTORY DISPLAY :
  34. -- Directory   PD:<ADA.COMPONENTS>
  35. --      File Name     Byte Count  Line Count
  36. --   ---------------  ----------  ----------
  37. --   TBD.ADA               13212         324
  38. --   TBD.PRO                5322          86
  39. --   ===============  ==========  ==========
  40. --     2 Files             18534         410
  41. --= ABSTRACT             ===============================================--
  42. --         TBD stands for "To Be Determined".  This package  is  intended
  43. -- to  be used during design to aid in producing partial designs that are
  44. -- expressed in valid  Ada.   It  also  may  be  used  advantageously  in
  45. -- development  while  the  implementation  is  incomplete  or  in  rapid
  46. -- prototyping.
  47. -- 
  48. --         In particular, it supplies type definitions, range limits, and
  49. -- default values which may be used to assist in  describing  unknown  or
  50. -- partially  defined  types,  objects,  and  values.   In  addition,  it
  51. -- supplies a place-holding procedure call.
  52. -- 
  53. --         If  this  TBD_PACKAGE  is used, simple searches for the string
  54. -- "TBD" may be used to find many places where the design is incomplete.
  55. -- 
  56. --         N.B.:  The  types  defined  here should be used to derive
  57. --                those used in the design, rather than  being  used
  58. --                directly (see the usage given below for examles of
  59. --                the style).
  60. --= REVISION HISTORY     ===============================================--
  61. --
  62. -- DATE         VERSION    AUTHOR                  HISTORY
  63. --= RELEASE NOTICE       ===============================================--
  64. -- This prologue must be included  in  all  copies  of  this
  65. -- software.
  66. --
  67. -- This software is copyright by the author.
  68. --
  69. -- This software is released to the Ada community.
  70. -- This software is released to the Public Domain (note:
  71. --   software released to the Public Domain is not subject
  72. --   to copyright protection).
  73. -- Restrictions on use or distribution:  NONE
  74. --= DISCLAIMER           ===============================================--
  75. --     This software and its documentation are provided "AS IS" and
  76. -- without any expressed or implied warranties whatsoever.  No warranties
  77. -- as to performance, merchantability, or fitness for a particular
  78. -- purpose exist.
  79. --     The user is advised to test the software thoroughly before
  80. -- relying on it.  The user must assume the entire risk and liability of
  81. -- using this software.  In no event shall any person or organization of
  82. -- people be held responsible for any direct, indirect, consequential or
  83. -- inconsequential damages or lost profits.
  84. --======================================================================--
  85.